home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / develop™ Technical Journal / develop Issue 25 code / Country Stringing (Newton) / Compile Time Strings / FrenchStrings.f < prev    next >
Encoding:
Text File  |  1995-12-15  |  279 b   |  21 lines  |  [TEXT/R*ch]

  1. // Copyright ©1994-1995 Apple Computer, Inc.
  2.  
  3.  
  4. {
  5.     AppStrings: {
  6.         AppName: "Prêt à le Monde!",
  7.         ExtrasName: "Le Monde!",
  8.     },
  9.     
  10.     ButtonStrings: {
  11.         OK: kOKString,
  12.         Cancel: "Annuler",
  13.         Yes: "Oui",
  14.         No: "Non",
  15.     },
  16.     
  17.     MiscStrings: {
  18.         HelloWorld: "Bonjour tout le Monde",
  19.     },
  20. };
  21.